ReadMe
======

This script written for the use with Doxygen to filter out the
author section of the source file header comments. Doxygen 
supports no possibility to suppress the contents of the tags 
@author, @date and @copyright from the file documentation.

This script may be used with the Doxygen option "INPUT_FILTER"
to filter out these tags and their contents, so that these 
informations are not included in the file documentation 
generated by Doxygen.

To be able to use this Perl script you need to install a Perl
Interpreter like ActivePerl. Once ActivePerl is installed you
can change the Doxyfile to:
INPUT_FILTER           = "perl ./doctools/removeAuthorSection.pl"